/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body{width: 100%;min-width: 1256px;margin:0 auto;overflow-x:hidden;}
body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #787878;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #787878; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 
html {overflow-y: scroll;overflow-x:hidden;}
*/
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}

/*头部*/
.header ,.content , .footer { width:1200px; margin:0 auto;font-family:"Microsoft Yahei";}
.h_top{height:247px;background:url(../images/topbg.gif) repeat-x center 0;position: relative;z-index: 2;font-family:"Microsoft Yahei";overflow: hidden;}
.t_top{height:34px;line-height:34px;color: #a9a9a9;}
.t_top p,.t_top span{float: right;}
.t_top p a{color: #555;display: inline-block;padding: 0 15px 0 21px;background:url(../images/t_ico3.gif) no-repeat 0 8px;}
.t_top p a.t_ico1{background:url(../images/t_ico1.gif) no-repeat 0 8px;}
.t_top p a.t_ico2{background:url(../images/t_ico2.gif) no-repeat 0 8px;}
.t_top span{background:url(../images/t_ico4.gif) no-repeat 9px 8px #919191;padding: 0 7px 0 30px;display: block; position:relative}
.t_top span i{display: block;background:url(../images/t_ico5.gif) no-repeat right 13px;padding: 0 12px 0 0;width: 76px;text-align: center;font-style: normal;height:34px;}
.t_top span a{display: block;background:none;padding: 0;color: #fff; border-top:1px solid #fff;}
.t_top span i a{ border-top:0;}
.t_top span em{display:none; position:absolute; top:34px; background:#919191; z-index:9; width:100%; left:0; text-align:center; }
.t_con{height:135px;padding:18px 0 0;overflow: hidden;}
.t_logo{width: 226px;}
.t_logo img{width:89px;display: block;height:104px;margin: 0 16px 0 0;float: left;}
.t_text{font-size:20px;color: #000;line-height:27px;padding: 20px 0;font-weight: normal;}
.t_text span{display: block;}

.t_pho{color: #000;padding:23px 0 0 45px;background:url(../images/t_pho.gif) no-repeat 0 33px;white-space: nowrap;line-height:27px;}
.t_pho span{display: block;height:27px;}
.t_pho span b{color: #094db0;font-size: 26px;font-family: Arial;}

.menu_sj{white-space:nowrap;width: 1200px;height:60px;line-height: 60px;font-size: 16px;overflow:hidden;}
.menu_sj ul{width: 1380px;}
.menu_sj li{float: left;position: relative;margin-left: -2px;background:url(../images/menu-fgx.gif) no-repeat right 0;}
.menu_sj li a{color:#fff;display: inline-block;padding: 0 32px;}
.menu_sj li a.enli{padding: 0 9px;}
.menu_sj li.cur a,.menu_sj li a:hover{text-decoration:none;z-index:2;background:#e50007;}
.menu_sj li a:-webkit-any-link{ display:block;}

/*底部*/
.f_bj{color:#353535;clear:both;font-family:"Microsoft Yahei";background:#d9e0e4;height:278px;line-height:24px;margin-top: 30px;}
.en_foot{ height:368px;}
.f_bj a{color:#353535;}
.f_nav{height:60px;white-space: nowrap;line-height: 60px;color: #646464;text-align: center;background:url(../images/f_navbg.png) no-repeat center 0;top: -30px;left:0;margin:0 -28px;color: #fff;font-size: 16px;width: 1256px;}
.f_nav a{color: #fff;padding: 0 38px;display: inline-block;background:url(../images/menu-fgx.gif) no-repeat right 0;}
.f_nav a:last-child{background:none;}
.f_con{clear: both;height:234px;padding: 65px 0 0;}
.f_about,.f_text{background:url(../images/f_line1.gif) no-repeat 0 0;padding: 0 0 0 22px;width: 275px;height: 195px;}
.f_about{line-height: 30px;}
.f_text{width:520px;}
.f_con h3{display: block;font-size:20px;line-height:38px;font-weight: normal;height: 44px;}
.f_text p span{width:278px;display: inline-block;}
.f_logo{padding:12px 0 0 70px;width: 275px;}
.f_logo img{width:115px;height:142px;display: block;float: left;padding: 0 15px 0 0;}


/*表单弹框*/

.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}



.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}
	
/*客服*/
.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:650px;right:0}
.side_content{width:180px; height:383px; overflow:hidden; float:left; background:#0b55bf;}
.side_content .side_list {width:180px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;background:url(../images/sidebar_bg.png) no-repeat -119px 0px;}

.show_btn span { color:#fff;padding-top: 30px;display: inline-block;line-height: 20px;padding-left: 5px;}
.side_title {height:4px;}
.side_bottom { height:8px;}
.side_center {font-family: Arial, Helvetica, sans-serif,Verdana, Geneva; font-size:12px;}
.close_btn { float:right; display:block; width:24px; height:24px; background:url(../images/sidebar_bg.png) no-repeat no-repeat -40px 5px;margin-top: -5px;margin-right: 5px;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center; height:154px;}
.other p { margin:0;color: #fff;}
.other p img{ padding-top:10px;}
.sj_qq{ height:40px; background:url(../images/qq.png) no-repeat 25px 10px; border-bottom:1px solid #f2f2f2;}
.sj_al{ height:40px; background:url(../images/albb.png) no-repeat 25px 10px;border-bottom:1px solid #f2f2f2;}
.sj_tb{ height:40px; background:url(../images/tb.png) no-repeat 25px 10px;border-bottom:1px solid #f2f2f2;}
.sj_qq a, .sj_al a, .sj_tb a{ color:#fff; line-height:40px; padding-left:54px; display:inline-block}
.sj_tel{height:62px; color:#fff; background:#e72b2a url(../images/tel.png) no-repeat 10px 13px;}
.sj_tel span{ font-size:16px; padding-left:30px; padding-top:10px;display:inline-block}
.sj_tel span em{ font-size:15.5px; font-weight:bold;}

.top {
    position: fixed;
    right: 2%;
    bottom: 50px;
    z-index: 100;
}

/*搜索开始*/
.so_bg{ height:56px; background:#f3f3f3; overflow:hidden;}
.so{ width:1000px; margin:0 auto;overflow: hidden;}
.so p{ float:left; color:#171717;font-weight: bold; width:730px; height:56px; line-height:56px; overflow:hidden;}
.so p a{ color:#666;font-weight: normal; padding:0 8px;}
.inp_1{ background:url(../images/s_inp.gif) no-repeat; width:210px; height:26px; border:none; padding:0 3px 0 15px; float:left; margin-top:15px; font-family:"Microsoft YaHei";font-size: 12px; color:#666; line-height:26px; outline:none;}
.so .so_so{ float:left; margin-top:15px; width:42px; height:26px;}